Text = "Ruthie! helps develop simple mouse skills. There are several levels of play. Early levels focus on finding an object with the mouse. Higher levels involve drag-and-drop skills, as well as matching shapes, colors, and letters."
Top = 1440
Width = 5295
End
Begin TextBox Text1
BorderStyle = 0 'None
Enabled = 0 'False
Height = 735
Left = 2280
MultiLine = -1 'True
TabIndex = 2
Text = "Ruthie! version 1.3b Copyright ⌐ 1991 by John Murdoch. All Rights Reserved."
Top = 600
Width = 3375
End
Begin PictureBox AppPicture
BorderStyle = 0 'None
Height = 1215
Left = 240
Picture = OPENINGF.FRX:0000
ScaleHeight = 1215
ScaleWidth = 1815
TabIndex = 1
Top = 120
Width = 1815
End
End
End
Sub About_Click ()
Open2.Show 1 ' Show Open2 as modal form
End Sub
Sub AppPicture_Click ()
OpeningForm.Hide ' Tuck this puppy away for now
Ruthie.Show ' Show them Game 1
End Sub
Sub Form_Load ()
Top = (Screen.Height - Height) / 2 ' This centers the form on the monitor
Left = (Screen.Width - Width) / 2
End Sub
Sub Quit_Click ()
MsgBox "What? The opening frame wasn't pretty enough for you?", 32, "Leaving So Soon?"